home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / MS-DOS Interrupt List / inter60g / INT2IPF.ZIP / int2ipf.txt < prev    next >
Text File  |  1997-04-06  |  2KB  |  55 lines

  1.         ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  2.         ├─┼─┼─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┼─┼─┤
  3.         ├─┼─┤   PROJECT      : INT2IPF - Convert all files to .IPF    ├─┼─┤
  4.         ├─┼─┤   FILE         : INT2IPF.TXT - Readme Text File         ├─┼─┤
  5.         ├─┼─┤   Last modified: 06 Apr 97                              ├─┼─┤
  6.         ├─┼─┼─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┼─┼─┤
  7.         └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
  8.  
  9.     INT2IPF - Convert INTERRUP.LST to .IFP format for the OS/2 IPF Compiler
  10.  
  11. Overview:
  12. =========
  13.  
  14.     The INT2IPF.EXE is a simple program designed to convert the text file
  15. INTERRUP.TXT file (the output of COMBINE.COM) into an IPF file. An IPF file
  16. is the source for the IPFC.EXE (Information Presentation Facility Compiler).
  17. IPFC.EXE is used to produce OS/2 HLP files and INF files (when used with the
  18. /INF option). INF files are used by the OS/2 VIEW utility to display hyper
  19. text information.
  20.  
  21. How to run it:
  22. ==============
  23.  
  24.     COMBINE
  25.     INT2IPF interrup.lst interrup.ipf
  26.     IPFC interrup.ipf /INF
  27.     VIEW interrup
  28.  
  29.     Note: The compile of interrup.ipf can take a considerable period of
  30. time.
  31.  
  32. Files Included:
  33. ===============
  34.  
  35. int2ipf.c       C Source Code
  36. int2ipf.def     Module Definition File
  37. int2ipf.exe     32 bit EXE
  38. int2ipf.ibm     Make file for IBM CSet/2 and Visual Age C++
  39. int2ipf.mak     Make file for MSC V6
  40. int2ipf.txt     This file
  41. warpcomm.h      A header file that I use to take care of differences
  42.                 between various compilers.
  43.  
  44.     If you have any queries, then please do not hesistate to contact me.
  45.  
  46. -Chris
  47.  
  48. WarpSpeed Computers - The Graham Utilities for OS/2.
  49. Voice:  +61-3-9384-1060  PO Box 212   FidoNet:     3:632/344
  50. FAX:    +61-3-9386-9979  Brunswick    Internet:    chrisg@warpspeed.com.au
  51. BBS:    +61-3-9386-3104  VIC 3056     CompuServe:  100250,1645
  52. 300-28,800  N,8,1 ANSI   Australia    Web Pages:
  53.                                       http://www.netins.net/showcase/spectre
  54.                                       http://www.warpspeed.com.au
  55.